home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / mktsales / adman11.zip / TSR.DOC < prev    next >
Text File  |  1995-12-01  |  4KB  |  74 lines

  1.  
  2.              TSR Documentation File
  3.              ----------------------
  4.  
  5.     SNAPSHOT.EXE
  6.     -------------------------------------------------------------------
  7.     SNAPSHOT.EXE is a small TSR program that allows you to take a
  8.     color snapshot of your current screen in text mode that can be
  9.     directly imported into ADMAN Editor. It requires an 80386 or
  10.     above computer, DOS 3.1 or above, and any video system except a
  11.     CGA. It will take a screen shot of any screen that is 80 columns
  12.     wide and up to 60 rows long. Each screen shot will be placed in
  13.     its own file which will be named IMPORT.xxx where xxx is a number
  14.     from 001 to 999. The files will be placed in the current
  15.     directory. There are enough file names to allow you to take up to
  16.     999 snapshots in one directory.
  17.  
  18.     To install SNAPSHOT.EXE just log onto the directory SNAPSHOT is
  19.     in and type SHAPSHOT at the DOS prompt and they press the Enter
  20.     Key. If the path SNAPSHOT.EXE is in is in your "PATH=" environment
  21.     variable it can be executed from any directory.
  22.  
  23.     To deinstall SNAPSHOT type SNAPSHOT /D or -D at the DOS prompt and
  24.     press the Enter Key.
  25.  
  26.     You can take a color snapshot of any text mode program's screen
  27.     or any DOS screen, that meets the above criteria, for use by ADMAN
  28.     Editor. Once it is installed and you have the screen you want to
  29.     take a snapshot of displayed hold down the Left ALT Key with the
  30.     Shift Key and press the "S" Key. All three keys must be pressed at
  31.     the same time. If the snapshot was captured successfully a
  32.     pleasing melody will be played. If not, you will get three
  33.     standard DOS beeps.
  34.  
  35.     Please read the ADMAN Editor documentation on how to import an
  36.     IMPORT.xxx file into an ad.
  37.  
  38.     SHFTCAPS.COM
  39.     -------------------------------------------------------------------
  40.     I learned typing many years ago on an old manual typewriter and
  41.     have gotten used to the way the caps lock key and the shift keys
  42.     work together. If the caps lock key is down all letters will
  43.     be capitol letters. If the shift key is then pressed the caps
  44.     lock key is released. If the shift key is then held down you
  45.     will get a capitol letter, and when the shift key is released
  46.     all the letters will be small letters. This is completely
  47.     different from the way a computer keyboard works. If the caps
  48.     lock is on and you press the shift key you will get a small
  49.     letter, and when the shift key is released you will go back to
  50.     capitol letters. When typing within a word processor I like to
  51.     have the caps lock key and shift key work the same as they do
  52.     on a typewriter. When typing in code for a program I want them
  53.     to work like they normally do. Because I want the best of both
  54.     worlds I wrote SHFTCAPS.COM to take care of this little problem
  55.     for me. It is a TSR program that should be executed in your
  56.     AUTOEXEC.BAT file. C:\BIN\SHFTCAPS OFF is the entry in my
  57.     AUTOEXEC.BAT file. The directory you place SHFTCAPS.COM in should
  58.     be in your PATH statement so you can execute SHFTCAPS.COM at
  59.     any time. SHFTCAPS.COM has two commands - ON and OFF. To turn
  60.     it on type SHFTCAPS ON at the DOS prompt. It will display the
  61.     message "SHFTCAPS.COM is turned on". When it is on SHFTCAPS.COM
  62.     treats the caps lock and shift keys like on a typewriter. To turn
  63.     it off type SHFTCAPS OFF at the DOS prompt. It will display the
  64.     message "SHFTCAPS.COM is turned off". When off SHFTCAPS.COM
  65.     treats the caps lock and shift keys in the normal manner for a
  66.     computer keyboard. SHFTCAPS.COM may be executed from inside any
  67.     program that can shell out to DOS and execute other programs.
  68.     This TRS does not work within Windows because it provides its
  69.     own keyboard handler.
  70.  
  71.     If SHFTCAPS.COM is resident when you run ADMAN Editor it can be
  72.     turned ON and OFF from within ADMAN Editor. See the ADMAN Editor
  73.     Documentation File for full details.
  74.